home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Full
/
Paragon Drive Backup 9
/
DB90_SE_x64.msi
/
Data1.cab
/
_AE16DF6C7D9847FA8BDAF75F24E53226
< prev
next >
Wrap
Text File
|
2004-02-07
|
411b
|
26 lines
// WebHelp 5.10.001
var gIEA = new Array();
function aGE(sName, sDef)
{
var len = gIEA.length;
gIEA[len] = new gloEntry(sName, sDef);
}
function gloEntry(sName, sDef)
{
this.sName = sName;
this.sDef = sDef;
this.nNKOff = 0;
}
function window_OnLoad()
{
if (parent && parent != this) {
if (parent.putData)
{
parent.putData(gIEA);
}
}
}
window.onload = window_OnLoad;